home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 August / Designer's Club 1997 August.iso / mac / Idea Source / Corey.DIR / 00148.ls < prev    next >
Encoding:
Text File  |  1997-06-16  |  226 b   |  13 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     set the visible of sprite 4 to 0
  4.     updateStage()
  5.   end repeat
  6.   set the visible of sprite 4 to 1
  7.   updateStage()
  8.   sound stop 1
  9.   sound stop 2
  10.   sound stop 3
  11.   go(1, "main")
  12. end
  13.